home *** CD-ROM | disk | FTP | other *** search
- #ifndef XPKMASTER_ALL_C
- #define XPKMASTER_ALL_C
-
- /* Programmheader
-
- Name: xpkmaster.library
- Author: SDI
- Distribution: PD
- Description: the xpk packing library system
-
- 1.0 28.10.96 : first SDI version
- */
-
- #include "xpkmaster.c"
- #include "query.c"
- #include "checksum.c"
- #include "fault.c"
- #include "fib.c"
- #include "hook.c"
- #include "hook_fh.c"
- #include "hook_mem.c"
- #include "objects.c"
- #include "open.c"
- #include "password.c"
- #include "progress.c"
- #include "sublibs.c"
- #include "tags.c"
- #include "util.c"
- #include "xbuf.c"
- #include "xpk_strings.c"
-
- #endif /* XPKMASTER_ALL_C */
-